go/types.Selection.Recv (method)

3 uses

	go/types (current package)
		selection.go#L87: func (s *Selection) Recv() Type { return s.recv }
		selection.go#L174: 	WriteType(&buf, s.Recv(), qf)

	golang.org/x/tools/internal/typesinternal
		types.go#L253: 			t       = seln.Recv()